CONFIG: remove CONFIG_SMP #ifdefs
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 Feb 2012 14:14:20 +0000 (06:14 -0800)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 9 Feb 2012 14:14:20 +0000 (06:14 -0800)
commit36556194faa97929b06adf50cdd327ff5dae54e9
treebad60cf93fd3a09451deb563714b2ac6e68f389c
parentc15e8799eab113f28f343e68433b955ba7f77cbf
CONFIG: remove CONFIG_SMP #ifdefs

CONFIG_SMP is always enabled and !CONFIG_SMP is not supported.  So
simplify the code a little by removing all #ifdefs.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Committed-by: Keir Fraser <keir@xen.org>
12 files changed:
xen/arch/x86/apic.c
xen/arch/x86/cpu/amd.c
xen/arch/x86/cpu/mtrr/cyrix.c
xen/arch/x86/cpu/mtrr/main.c
xen/arch/x86/io_apic.c
xen/arch/x86/oprofile/nmi_int.c
xen/arch/x86/oprofile/op_model_p4.c
xen/common/rcupdate.c
xen/include/asm-x86/config.h
xen/include/asm-x86/processor.h
xen/include/asm-x86/smp.h
xen/include/asm-x86/system.h